'Declaration Public Event PurgeItem As EventHandler(Of GenericCache.PurgeItemEventArgs(Of TKey,TValue,TCacheNodeFactory))
public event EventHandler<GenericCache.PurgeItemEventArgs<TKey,TValue,TCacheNodeFactory>> PurgeItem
Event Data
The event handler receives an argument of type GenericCache.PurgeItemEventArgs<TKey,TValue,TCacheNodeFactory> containing data related to this event. The following GenericCache.PurgeItemEventArgs<TKey,TValue,TCacheNodeFactory> properties provide information specific to this event.
Property | Description |
---|---|
Node | Gets the node to be purged |
See Also